Make symbolic icons work with the current rsvg
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Aug 2013 22:57:21 +0000 (18:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 Aug 2013 02:05:38 +0000 (22:05 -0400)
commit7b4f82ccc6c180b809cd3b7b6582394ce741a14e
tree2dc9a7f459f5d4079caf53778b7d9614d89f287f
parent08042ea830da88aa192e3e8d99aa7af8863aeb16
Make symbolic icons work with the current rsvg

The rsvg loader now restricts what external files it will
allow to load from an svg. Thus our xinclude trick doesn't work
anymore. To work around that, embed the payload in a  data: uri.
This is somewhat ugly, but the best we could come up with.
gtk/gtkicontheme.c